home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / PasteUp.app / English.lproj / FontAccessory.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  608b  |  46 lines

  1. MySubclass = {
  2.     SUPERCLASS = Application;
  3. };
  4. FontAccessory = {
  5.     ACTIONS = {
  6.     bumpWordSpace:;
  7.     bumpTracking:;
  8.     bumpLeading:;
  9.     setWhite:;
  10.     apply:;
  11.     hideOptions:;
  12.     bumpVertical:;
  13.     setBlack:;
  14.     applyColor:;
  15.     windowDidResize:;
  16.     displayView:;
  17.     bumpCondense:;
  18.     showOptions:;
  19.     };
  20.     OUTLETS = {
  21.     tracking;
  22.     vertical;
  23.     colorLarge;
  24.     viewLarge;
  25.     condense;
  26.     colorSmall;
  27.     view;
  28.     leading;
  29.     viewSmall;
  30.     languagePopup;
  31.     wordSpace;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. PasteUp = {
  41.     OUTLETS = {
  42.     fontAccessory;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.